home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / format.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  2.7 KB  |  70 lines

  1. Format
  2.  
  3. Formats a disk for use with the Amiga.
  4.  
  5. Format
  6.  
  7. FORMAT DEVICE | DRIVE <device> NAME <name> [OFS | FFS] [INTERNATIONAL |
  8. NOINTERNATIONAL] [DIRCACHE | NODIRCACHE] [NOICONS] [QUICK]
  9.  
  10. Template
  11.  
  12. DEVICE=DRIVE/K/A,NAME/K/A,OFS/S,FFS/S,INTL=INTERNATIONAL/S,NOINTL=NOINTERNATI
  13. ONAL/S,DIRCACHE/S,NODIRCACHE/S,NOICON/S,QUICK/S
  14.  
  15. Location
  16.  
  17. SYS:System
  18.  
  19. You must specify both the DEVICE and the NAME keywords to format a disk. The
  20. name can be up to thirty-one characters in length. If there are spaces in the
  21. name, enclose it in double quotation marks.
  22.  
  23. The OFS option formats the disk using the Old File System. The FFS option
  24. formats the disk using the Fast File System. FFS formatted disks are faster
  25. than OFS formatted disks; however, the FFS disks are not compatible with
  26. Amiga system software releases prior to 2.04. The default setting for floppy
  27. disks is OFS and for PCMCIA cards and hard drive partitions is FFS.
  28.  
  29. The INTERNATIONAL option formats disks using the international versions of
  30. the file systems. International file systems handle upper and lower letter
  31. case conversions of international characters in file names. The
  32. NOINTERNATIONAL option forces the non-international file system on devices
  33. for which International mode is the default. The default setting for floppy
  34. disks and PCMCIA cards is NOINTERNATIONAL and for hard drive partitions is
  35. INTERNATIONAL. Disks created with INTERNATIONAL mode set are not compatible
  36. with Amiga system software releases prior to 2.04.
  37.  
  38. The DIRCACHE option enables directory caching, which speeds the opening of
  39. drawers, files, requesters, and listings. Using directory caching for floppy
  40. disks and systems with slow hard drives speeds directory listings and
  41. Workbench window opening. Directory caching is not useful on systems with
  42. fast hard drives. The NODIRCACHE option disables directory caching. Disks
  43. formatted with Directory Caching s et are not compatible with Amiga system
  44. software releases prior to 3.0. The default setting for floppy disks, PCMCIA
  45. cards, and hard drives is NODIRCACHE.
  46.  
  47. The NOICONS option prevents a Trashcan icon and directory from being added to
  48. the newly formatted disk.
  49.  
  50. The QUICK option specifies that Format only formats and creates the root
  51. block (and track), the boot block (and track) and creates the bitmap blocks.
  52. This can only be used with previously formatted disks. However, you cannot
  53. use this to reformat disks for AmigaDOS that were previously formatted for
  54. CrossDOS and vice versa.
  55.  
  56. Example 1:
  57.  
  58. 1> FORMAT DRIVE DF0: NAME EmptyDisk
  59.  
  60. Formats the disk in drive DF0:; erasing any data, and names the disk
  61. EmptyDisk.
  62.  
  63. Example 2:
  64.  
  65. 1> FORMAT DRIVE DF2: NAME NewDisk QUICK
  66.  
  67. Reformats, or erases, a disk that already contains data.
  68.  
  69. For more examples using the Format command, see Chapter 8.
  70.